home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15033 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: ix.netcom.com!news
  2. From: jlilley@ix.netcom.com (John Lilley)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Need help making a DLL
  5. Date: 3 Apr 1996 01:36:29 GMT
  6. Organization: Netcom
  7. Message-ID: <4jskmt$kh0@dfw-ixnews5.ix.netcom.com>
  8. References: <4jnp0s$d7p@newsbf02.news.aol.com>
  9. NNTP-Posting-Host: den-co15-13.ix.netcom.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-NETCOM-Date: Tue Apr 02  7:36:29 PM CST 1996
  13. X-Newsreader: WinVN 0.99.7
  14.  
  15. In article <4jnp0s$d7p@newsbf02.news.aol.com>, errdogg@aol.com says...
  16. >
  17. >I need a little hand making a DLL.  I have some C++ functions that I want
  18. >to incorporate into VB, but I'm having trouble making the DLL.  I have
  19. >Borland C++ 4.0.  I thought all I needed to do was somthign like
  20. >
  21. >int _export far pascal function (int arg1)
  22. >{
  23. >  function
  24. >}
  25. >
  26. >I thought the compiler would then know I wanted a DLL, but I select
  27. >project, make, and it trys to build an EXE.  Thanks for your time.
  28.  
  29. When you create the borland project, select "Windows DLL" as the
  30. target type.
  31.  
  32. john lilley
  33.  
  34.